Return to start page

Talks are a kind of dialogs with NPCs which are implemented by using the Warcraft 3 dialog natives. This means that choices in the form of dialog buttons are shown to a character owner. If the owner presses any button an user-defined function will be called where the user can define the whole talk. One talk contains one or several infos (AInfo). These infos contain the user-defined function and an user-defined condition. Besides they can have various other properties. Note that only one character owner can use one talk at the same time. There is no support for several character owners talking to the same NPC, yet.

Brief Description

-

Source File

Systems/Character/Struct Talk.j

Object

ATalk

Authors

-

See Objects

-

Todos

-